'Declaration Public Shared Sub RegisterCommand<TSourceCommandThe processing command type that must be overridden.,TOverrideCommandThe processing command type that overrides the processing command of type>( _.
ByVal decoderTypeТип декодера изображения, для которого необходимо переопределить команду обработки.As System.Type _
) (Of TSourceCommandThe processing command type that must be overridden.As ProcessingCommandBase, TOverrideCommandThe processing command type that overrides the processing command of type TSourceCommand.As TSourceCommand, New})
public static void RegisterCommand<TSourceCommand,TOverrideCommand>(
System.Type decoderType
) where TSourceCommand: ProcessingCommandBase where TOverrideCommand: TSourceCommand, new()
public: static void RegisterCommand<TSourceCommand,TOverrideCommand>(
System.Type* decoderType
) where TSourceCommand: ProcessingCommandBase* where TOverrideCommand: TSourceCommand, new()
generic<typename TSourceCommand> generic<typename TOverrideCommand> public:
static void RegisterCommand(
System.Type^ decoderType
) where TSourceCommand: ProcessingCommandBase^ where TOverrideCommand: TSourceCommand, gcnew()
Parameters
- decoderType
- Тип декодера изображения, для которого необходимо переопределить команду обработки.
Type Parameters
- TSourceCommand
- The processing command type that must be overridden.
- TOverrideCommand
- The processing command type that overrides the processing command of type TSourceCommand.